func runtime.racewritepc

5 uses

	runtime (current package)
		chan.go#L430: 		racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
		map_swiss.go#L143: 		racewritepc(unsafe.Pointer(m), callerpc, pc)
		map_swiss.go#L186: 		racewritepc(unsafe.Pointer(m), callerpc, pc)
		panic.go#L409: 		racewritepc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferprocat))
		race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }